func github.com/jackc/pgx/v5/pgtype.parseTSVector

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		tsvector.go#L324: 	tsv, err := parseTSVector(src)
		tsvector.go#L473: func parseTSVector(s string) (TSVector, error) {